home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Lib / test / test_md5.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2000-06-23  |  1.1 KB  |  14 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.5)
  3.  
  4. import string
  5. md5
  6. print 'MD5 test suite:'
  7. print md5test('')
  8. print md5test('a')
  9. print md5test('abc')
  10. print md5test('message digest')
  11. print md5test('abcdefghijklmnopqrstuvwxyz')
  12. print md5test('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789')
  13. print md5test('12345678901234567890123456789012345678901234567890123456789012345678901234567890')
  14.